home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / training schedules.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  4.0 KB  |  89 lines

  1. <!-- training schedules panel -->
  2. <panel>
  3.  
  4.     <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0"/>
  5.     <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
  6.  
  7.     <!-- container for schedules box and categories box -->
  8.     <container class="group_box">
  9.         <layout class="arrange_horizontal_attachment" layout="-1,-1" alignment="left" offset="0"/>
  10.         <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  11.  
  12.         <!-- schedules list box -->
  13.         <container class="titled_box" title="Schedule">
  14.             <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  15.             <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0"/>
  16.             <layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>
  17.  
  18.             <!-- menus -->
  19.             <container id="btna" embed_in_frame="true">
  20.             
  21.                 <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
  22.                 <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" embed_in_frame="true"/>
  23.                 <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true"/>
  24.  
  25.                 <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
  26.                 <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
  27.  
  28.                 <widget class="embedded_popup_button" id="sche" text="Schedules" auto_size="horizontal" select_event="0" fixed="true" embed_in_frame="true">
  29.                 
  30.                     <list id="items">
  31.                         <record id="nwsh" text="New[COMMENT - training schedules screen, new schedule menu option]">
  32.                             <list id="items">
  33.                                 <record id="full" event_id="nwsh" text="Full-Time Schedule...[COMMENT - training schedules screen, new full time schedule menu option]">
  34.                                     <integer id="Ctyp" value="1"/>
  35.                                 </record>
  36.                                 <record id="part" event_id="nwsh" text="Part-Time Schedule...[COMMENT - training schedules screen, new part time schedule menu option]">
  37.                                     <integer id="Ctyp" value="0"/>
  38.                                 </record>
  39.                                 <record id="yout" event_id="nwsh" text="Youth Schedule...[COMMENT - training schedules screen, new youth schedule menu option]">
  40.                                     <integer id="Ctyp" value="2"/>
  41.                                 </record>
  42.                             </list>
  43.                         </record>
  44.                         <record event_id="edit" text="Edit Schedules...[COMMENT - training schedules screen, edit schedules menu option]"/>
  45.                     </list>
  46.                 </widget>
  47.             
  48.             </container> <!-- menus -->
  49.  
  50.             <!-- fixed schedules table -->
  51.             <widget class="table" id="shtb" layout="-1, 80" mode="show_bullets, select_rows, fill_rows" row_height="20" auto_size_rows="true" select_event="slsc">
  52.                 <list id="column_display_properties">
  53.                     <record>
  54.                         <flags id="id" value="name" />
  55.                         <record id="column_heading">
  56.                             <flags id="alignment" value="left"/>
  57.                             <string id="text" value="Name[COMMENT - table containing standard training schedules, name column]"/> 
  58.                         </record>
  59.                     </record>
  60.                     <record>
  61.                         <flags id="id" value="plys" />
  62.                         <record id="column_alignment" value="centre"/>
  63.                         <record id="column_heading">
  64.                             <flags id="alignment" value="centre"/>
  65.                             <string id="text" value="Players[COMMENT - number of players on a training schedule]"/>
  66.                             <string id="hint" value="Number of players on this schedule[COMMENT - hint text for 'Count' label]"/>
  67.                         </record>
  68.                     </record>
  69.                 </list> 
  70.             </widget>                        
  71.             
  72.         </container>
  73.  
  74.         <!-- titled box containing training schedule-->
  75.         <container class="titled_box" id="trsb">
  76.             <layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
  77.             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  78.             <layout class="stick_to_sides_attachment" alignment="top,horizontal" inset="0" layout_children="true"/>
  79.         
  80.             <!-- training schedule -->
  81.             <widget class="training_schedule_panel" id="trsc"/>
  82.             
  83.         </container>                
  84.     </container>
  85.  
  86.     <!-- box containing players -->
  87.     <container class="training_players_panel" id="pltb" title="Players"/>
  88.     
  89. </panel>